Purpose
This function returns the ASCII character whose ordinal number is the given integer.
Syntax
chr::=
                                                                         
                                                                    
Usage Notes
- The number nmust be between0and127.
- CHR(0)returns- NULL.
Example
SELECT CHR(88) CHR;